MyPropertiesKotlin

@ConfigurationProperties(value = "my.properties")
data class MyPropertiesKotlin(val name: String, val nested: Nested)

Constructors

Link copied to clipboard
constructor(name: String, nested: Nested)

Properties

Link copied to clipboard
Link copied to clipboard